runtime.mstats.buckhash_sys (field)
7 uses
runtime (current package)
mbitmap.go#L1124: x := (*[1 << 30]byte)(persistentalloc(n+1, 1, &memstats.buckhash_sys))[:n+1]
metrics.go#L641: a.buckHashSys = memstats.buckhash_sys.load()
mprof.go#L225: b := (*bucket)(persistentalloc(size, 0, &memstats.buckhash_sys))
mprof.go#L263: bh = (*buckhashArray)(sysAlloc(unsafe.Sizeof(buckhashArray{}), &memstats.buckhash_sys))
mstats.go#L24: buckhash_sys sysMemStat // profiling bucket hash table
mstats.go#L439: memstats.buckhash_sys.load() + memstats.gcMiscSys.load() + memstats.other_sys.load() +
mstats.go#L533: stats.BuckHashSys = memstats.buckhash_sys.load()
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |